projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ebb1c
)
yocto: ostree depends on libarchive, not just runtime-depends
author
Colin Walters
<walters@verbum.org>
Sun, 29 Jan 2012 21:33:36 +0000
(16:33 -0500)
committer
Colin Walters
<walters@verbum.org>
Sun, 29 Jan 2012 21:47:18 +0000
(16:47 -0500)
gnomeos/yocto/recipies-core/ostree/ostree.bb
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/recipies-core/ostree/ostree.bb
b/gnomeos/yocto/recipies-core/ostree/ostree.bb
index 1f20f624f867df3705608d9465e3e23cecc786d4..feafe2b9421f8b9e8e21bd961bda755ba7940e2a 100644
(file)
--- a/
gnomeos/yocto/recipies-core/ostree/ostree.bb
+++ b/
gnomeos/yocto/recipies-core/ostree/ostree.bb
@@
-5,7
+5,7
@@
LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
SRC_URI = "file:///src/ostree"
S = "${WORKDIR}/ostree"
-
R
DEPENDS += "libarchive"
+DEPENDS += "libarchive"
inherit autotools